From: Ewan Mellor Date: Tue, 5 Sep 2006 16:26:17 +0000 (+0100) Subject: Add missing import. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15668^2~11 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=70b20785e099570f33780b0166c1e9ea6ff1d809;p=xen.git Add missing import. Signed-off-by: Ewan Mellor --- diff --git a/tools/python/xen/xend/server/pciquirk.py b/tools/python/xen/xend/server/pciquirk.py index 5ff4796b65..ea53eee5b2 100644 --- a/tools/python/xen/xend/server/pciquirk.py +++ b/tools/python/xen/xend/server/pciquirk.py @@ -1,5 +1,5 @@ from xen.xend.XendLogging import log -from xen.xend.XendError import XendError +from xen.xend.XendError import XendError, VmError import sys import os.path from xen.xend.sxp import *